home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Ap-Az / AudioVideoLib1.15.cpt / AudioVideoUtilities / card_9098.txt < prev    next >
Text File  |  1991-03-04  |  18KB  |  834 lines

  1. -- card: 9098 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 8877
  5. -- name: ControlPanelHelp
  6. ----- HyperTalk script -----
  7. on doDeHilite
  8.   set the hilite of button "POWER" to false
  9.   set the hilite of button "CD" to false
  10.   set the hilite of button "LP" to false
  11.   set the hilite of button "TAPE" to false
  12.   set the hilite of button "VIDEO" to false
  13.   set the hilite of button "delete" to false
  14.   set the hilite of button "new" to false
  15.   set the hilite of button "search" to false
  16.   set the hilite of button "play" to false
  17.   set the hilite of button "uprev" to false
  18.   set the hilite of button "unext" to false
  19.   set the hilite of button "print" to false
  20.   set the hilite of button "help" to false
  21.   set the hilite of button "master" to false
  22.   set the hilite of button "sort" to false
  23.   set the hilite of button "lprev" to false
  24.   set the hilite of button "lnext" to false
  25. end doDeHilite
  26.  
  27. on doHideCPfields
  28.   hide cd field "POWER"
  29.   hide cd field "CD"
  30.   hide cd field "LP"
  31.   hide cd field "TAPE"
  32.   hide cd field "VIDEO"
  33.   hide cd field "delete"
  34.   hide cd field "new"
  35.   hide cd field "search"
  36.   hide cd field "play"
  37.   hide cd field "uprev"
  38.   hide cd field "unext"
  39.   hide cd field "print"
  40.   hide cd field "help"
  41.   hide cd field "sort"
  42.   hide cd field "master"
  43.   hide cd field "lprev"
  44.   hide cd field "lnext"
  45. end doHideCPfields
  46.  
  47. on doProcess
  48.   global thisname
  49.   put last word of thisname into fieldname
  50.   put "card field " & fieldname into fieldname
  51.   if the hilite of thisname is false then
  52.     doDeHilite
  53.     set the hilite of thisname to true
  54.     doHideCPfields
  55.     show fieldname
  56.   else
  57.     doHideCPfields
  58.     doDeHilite
  59.   end if
  60. end doProcess
  61.  
  62.  
  63.  
  64. -- part 1 (field)
  65. -- low flags: 01
  66. -- high flags: 0002
  67. -- rect: left=8 top=69 right=120 bottom=403
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 0
  71. -- font id: 3
  72. -- text size: 12
  73. -- style flags: 256
  74. -- line height: 16
  75. -- part name: helpexplan
  76.  
  77.  
  78. -- part 2 (field)
  79. -- low flags: 00
  80. -- high flags: 0000
  81. -- rect: left=414 top=85 right=107 bottom=493
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 0 / 0
  84. -- text alignment: 1
  85. -- font id: 3
  86. -- text size: 12
  87. -- style flags: 2304
  88. -- line height: 16
  89. -- part name: return
  90.  
  91.  
  92. -- part 3 (button)
  93. -- low flags: 00
  94. -- high flags: 0000
  95. -- rect: left=7 top=301 right=340 bottom=78
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 1
  99. -- font id: 0
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: POWER
  104. ----- HyperTalk script -----
  105. on mouseUp
  106.   global thisname
  107.   put name of me into thisname
  108.   doProcess
  109. end mouseUp
  110.  
  111.  
  112.  
  113. -- part 4 (button)
  114. -- low flags: 00
  115. -- high flags: 0000
  116. -- rect: left=85 top=301 right=339 bottom=130
  117. -- title width / last selected line: 0
  118. -- icon id / first selected line: 0 / 0
  119. -- text alignment: 1
  120. -- font id: 0
  121. -- text size: 12
  122. -- style flags: 0
  123. -- line height: 16
  124. -- part name: CD
  125. ----- HyperTalk script -----
  126. on mouseUp
  127.   global thisname
  128.   put name of me into thisname
  129.   doProcess
  130. end mouseUp
  131.  
  132.  
  133.  
  134. -- part 6 (button)
  135. -- low flags: 00
  136. -- high flags: 0000
  137. -- rect: left=181 top=302 right=340 bottom=226
  138. -- title width / last selected line: 0
  139. -- icon id / first selected line: 0 / 0
  140. -- text alignment: 1
  141. -- font id: 0
  142. -- text size: 12
  143. -- style flags: 0
  144. -- line height: 16
  145. -- part name: TAPE
  146. ----- HyperTalk script -----
  147. on mouseUp
  148.   global thisname
  149.   put name of me into thisname
  150.   doProcess
  151. end mouseUp
  152.  
  153.  
  154.  
  155. -- part 7 (button)
  156. -- low flags: 00
  157. -- high flags: 0000
  158. -- rect: left=230 top=302 right=340 bottom=274
  159. -- title width / last selected line: 0
  160. -- icon id / first selected line: 0 / 0
  161. -- text alignment: 1
  162. -- font id: 0
  163. -- text size: 12
  164. -- style flags: 0
  165. -- line height: 16
  166. -- part name: VIDEO
  167. ----- HyperTalk script -----
  168. on mouseUp
  169.   global thisname
  170.   put name of me into thisname
  171.   doProcess
  172. end mouseUp
  173.  
  174.  
  175.  
  176. -- part 8 (button)
  177. -- low flags: 00
  178. -- high flags: 0000
  179. -- rect: left=278 top=290 right=311 bottom=317
  180. -- title width / last selected line: 0
  181. -- icon id / first selected line: 0 / 0
  182. -- text alignment: 1
  183. -- font id: 0
  184. -- text size: 12
  185. -- style flags: 0
  186. -- line height: 16
  187. -- part name: delete
  188. ----- HyperTalk script -----
  189. on mouseUp
  190.   global thisname
  191.   put name of me into thisname
  192.   doProcess
  193. end mouseUp
  194.  
  195.  
  196.  
  197. -- part 9 (button)
  198. -- low flags: 00
  199. -- high flags: 0000
  200. -- rect: left=317 top=290 right=311 bottom=356
  201. -- title width / last selected line: 0
  202. -- icon id / first selected line: 0 / 0
  203. -- text alignment: 1
  204. -- font id: 0
  205. -- text size: 12
  206. -- style flags: 0
  207. -- line height: 16
  208. -- part name: new
  209. ----- HyperTalk script -----
  210. on mouseUp
  211.   global thisname
  212.   put name of me into thisname
  213.   doProcess
  214. end mouseUp
  215.  
  216.  
  217.  
  218. -- part 10 (button)
  219. -- low flags: 00
  220. -- high flags: 0000
  221. -- rect: left=355 top=290 right=311 bottom=394
  222. -- title width / last selected line: 0
  223. -- icon id / first selected line: 0 / 0
  224. -- text alignment: 1
  225. -- font id: 0
  226. -- text size: 12
  227. -- style flags: 0
  228. -- line height: 16
  229. -- part name: search
  230. ----- HyperTalk script -----
  231. on mouseUp
  232.   global thisname
  233.   put name of me into thisname
  234.   doProcess
  235. end mouseUp
  236.  
  237.  
  238.  
  239. -- part 11 (button)
  240. -- low flags: 00
  241. -- high flags: 0000
  242. -- rect: left=393 top=290 right=311 bottom=432
  243. -- title width / last selected line: 0
  244. -- icon id / first selected line: 0 / 0
  245. -- text alignment: 1
  246. -- font id: 0
  247. -- text size: 12
  248. -- style flags: 0
  249. -- line height: 16
  250. -- part name: play
  251. ----- HyperTalk script -----
  252. on mouseUp
  253.   global thisname
  254.   put name of me into thisname
  255.   doProcess
  256. end mouseUp
  257.  
  258.  
  259.  
  260. -- part 12 (button)
  261. -- low flags: 00
  262. -- high flags: 0000
  263. -- rect: left=431 top=290 right=311 bottom=470
  264. -- title width / last selected line: 0
  265. -- icon id / first selected line: 0 / 0
  266. -- text alignment: 1
  267. -- font id: 0
  268. -- text size: 12
  269. -- style flags: 0
  270. -- line height: 16
  271. -- part name: uprev
  272. ----- HyperTalk script -----
  273. on mouseUp
  274.   global thisname
  275.   put name of me into thisname
  276.   doProcess
  277. end mouseUp
  278.  
  279.  
  280.  
  281. -- part 13 (button)
  282. -- low flags: 00
  283. -- high flags: 0000
  284. -- rect: left=468 top=290 right=311 bottom=507
  285. -- title width / last selected line: 0
  286. -- icon id / first selected line: 0 / 0
  287. -- text alignment: 1
  288. -- font id: 0
  289. -- text size: 12
  290. -- style flags: 0
  291. -- line height: 16
  292. -- part name: unext
  293. ----- HyperTalk script -----
  294. on mouseUp
  295.   global thisname
  296.   put name of me into thisname
  297.   doProcess
  298. end mouseUp
  299.  
  300.  
  301.  
  302. -- part 14 (button)
  303. -- low flags: 00
  304. -- high flags: 0000
  305. -- rect: left=278 top=318 right=339 bottom=317
  306. -- title width / last selected line: 0
  307. -- icon id / first selected line: 0 / 0
  308. -- text alignment: 1
  309. -- font id: 0
  310. -- text size: 12
  311. -- style flags: 0
  312. -- line height: 16
  313. -- part name: print
  314. ----- HyperTalk script -----
  315. on mouseUp
  316.   global thisname
  317.   put name of me into thisname
  318.   doProcess
  319. end mouseUp
  320.  
  321.  
  322.  
  323. -- part 15 (button)
  324. -- low flags: 00
  325. -- high flags: 0000
  326. -- rect: left=316 top=318 right=339 bottom=355
  327. -- title width / last selected line: 0
  328. -- icon id / first selected line: 0 / 0
  329. -- text alignment: 1
  330. -- font id: 0
  331. -- text size: 12
  332. -- style flags: 0
  333. -- line height: 16
  334. -- part name: help
  335. ----- HyperTalk script -----
  336. on mouseUp
  337.   global thisname
  338.   put name of me into thisname
  339.   doProcess
  340. end mouseUp
  341.  
  342.  
  343.  
  344. -- part 16 (button)
  345. -- low flags: 00
  346. -- high flags: 0000
  347. -- rect: left=354 top=318 right=339 bottom=393
  348. -- title width / last selected line: 0
  349. -- icon id / first selected line: 0 / 0
  350. -- text alignment: 1
  351. -- font id: 0
  352. -- text size: 12
  353. -- style flags: 0
  354. -- line height: 16
  355. -- part name: sort
  356. ----- HyperTalk script -----
  357. on mouseUp
  358.   global thisname
  359.   put name of me into thisname
  360.   doProcess
  361. end mouseUp
  362.  
  363.  
  364.  
  365. -- part 17 (button)
  366. -- low flags: 00
  367. -- high flags: 0000
  368. -- rect: left=392 top=318 right=339 bottom=431
  369. -- title width / last selected line: 0
  370. -- icon id / first selected line: 0 / 0
  371. -- text alignment: 1
  372. -- font id: 0
  373. -- text size: 12
  374. -- style flags: 0
  375. -- line height: 16
  376. -- part name: master
  377. ----- HyperTalk script -----
  378. on mouseUp
  379.   global thisname
  380.   put name of me into thisname
  381.   doProcess
  382. end mouseUp
  383.  
  384.  
  385.  
  386. -- part 18 (button)
  387. -- low flags: 00
  388. -- high flags: 0000
  389. -- rect: left=430 top=318 right=339 bottom=469
  390. -- title width / last selected line: 0
  391. -- icon id / first selected line: 0 / 0
  392. -- text alignment: 1
  393. -- font id: 0
  394. -- text size: 12
  395. -- style flags: 0
  396. -- line height: 16
  397. -- part name: lprev
  398. ----- HyperTalk script -----
  399. on mouseUp
  400.   global thisname
  401.   put name of me into thisname
  402.   doProcess
  403. end mouseUp
  404.  
  405.  
  406.  
  407. -- part 19 (button)
  408. -- low flags: 00
  409. -- high flags: 0000
  410. -- rect: left=469 top=318 right=339 bottom=508
  411. -- title width / last selected line: 0
  412. -- icon id / first selected line: 0 / 0
  413. -- text alignment: 1
  414. -- font id: 0
  415. -- text size: 12
  416. -- style flags: 0
  417. -- line height: 16
  418. -- part name: lnext
  419. ----- HyperTalk script -----
  420. on mouseUp
  421.   global thisname
  422.   put name of me into thisname
  423.   doProcess
  424. end mouseUp
  425.  
  426.  
  427.  
  428. -- part 20 (field)
  429. -- low flags: 81
  430. -- high flags: 0002
  431. -- rect: left=8 top=124 right=230 bottom=502
  432. -- title width / last selected line: 0
  433. -- icon id / first selected line: 0 / 0
  434. -- text alignment: 0
  435. -- font id: 3
  436. -- text size: 12
  437. -- style flags: 0
  438. -- line height: 16
  439. -- part name: POWER
  440.  
  441.  
  442. -- part 21 (field)
  443. -- low flags: 80
  444. -- high flags: 0002
  445. -- rect: left=8 top=124 right=230 bottom=502
  446. -- title width / last selected line: 0
  447. -- icon id / first selected line: 0 / 0
  448. -- text alignment: 0
  449. -- font id: 3
  450. -- text size: 12
  451. -- style flags: 0
  452. -- line height: 16
  453. -- part name: CD
  454.  
  455.  
  456. -- part 22 (field)
  457. -- low flags: 80
  458. -- high flags: 0002
  459. -- rect: left=8 top=124 right=230 bottom=502
  460. -- title width / last selected line: 0
  461. -- icon id / first selected line: 0 / 0
  462. -- text alignment: 0
  463. -- font id: 3
  464. -- text size: 12
  465. -- style flags: 0
  466. -- line height: 16
  467. -- part name: LP
  468.  
  469.  
  470. -- part 23 (field)
  471. -- low flags: 80
  472. -- high flags: 0002
  473. -- rect: left=8 top=124 right=230 bottom=502
  474. -- title width / last selected line: 0
  475. -- icon id / first selected line: 0 / 0
  476. -- text alignment: 0
  477. -- font id: 3
  478. -- text size: 12
  479. -- style flags: 0
  480. -- line height: 16
  481. -- part name: TAPE
  482.  
  483.  
  484. -- part 25 (field)
  485. -- low flags: 80
  486. -- high flags: 0002
  487. -- rect: left=8 top=124 right=230 bottom=502
  488. -- title width / last selected line: 0
  489. -- icon id / first selected line: 0 / 0
  490. -- text alignment: 0
  491. -- font id: 3
  492. -- text size: 12
  493. -- style flags: 0
  494. -- line height: 16
  495. -- part name: VIDEO
  496.  
  497.  
  498. -- part 26 (field)
  499. -- low flags: 80
  500. -- high flags: 0002
  501. -- rect: left=8 top=124 right=230 bottom=502
  502. -- title width / last selected line: 0
  503. -- icon id / first selected line: 0 / 0
  504. -- text alignment: 0
  505. -- font id: 3
  506. -- text size: 12
  507. -- style flags: 0
  508. -- line height: 16
  509. -- part name: delete
  510.  
  511.  
  512. -- part 27 (field)
  513. -- low flags: 80
  514. -- high flags: 0002
  515. -- rect: left=8 top=124 right=230 bottom=502
  516. -- title width / last selected line: 0
  517. -- icon id / first selected line: 0 / 0
  518. -- text alignment: 0
  519. -- font id: 3
  520. -- text size: 12
  521. -- style flags: 0
  522. -- line height: 16
  523. -- part name: new
  524.  
  525.  
  526. -- part 28 (field)
  527. -- low flags: 80
  528. -- high flags: 0002
  529. -- rect: left=8 top=124 right=230 bottom=502
  530. -- title width / last selected line: 0
  531. -- icon id / first selected line: 0 / 0
  532. -- text alignment: 0
  533. -- font id: 3
  534. -- text size: 12
  535. -- style flags: 0
  536. -- line height: 16
  537. -- part name: search
  538.  
  539.  
  540. -- part 29 (field)
  541. -- low flags: 80
  542. -- high flags: 0002
  543. -- rect: left=8 top=124 right=230 bottom=502
  544. -- title width / last selected line: 0
  545. -- icon id / first selected line: 0 / 0
  546. -- text alignment: 0
  547. -- font id: 3
  548. -- text size: 12
  549. -- style flags: 0
  550. -- line height: 16
  551. -- part name: play
  552.  
  553.  
  554. -- part 30 (field)
  555. -- low flags: 80
  556. -- high flags: 0002
  557. -- rect: left=8 top=124 right=230 bottom=502
  558. -- title width / last selected line: 0
  559. -- icon id / first selected line: 0 / 0
  560. -- text alignment: 0
  561. -- font id: 3
  562. -- text size: 12
  563. -- style flags: 0
  564. -- line height: 16
  565. -- part name: uprev
  566.  
  567.  
  568. -- part 31 (field)
  569. -- low flags: 80
  570. -- high flags: 0002
  571. -- rect: left=8 top=124 right=230 bottom=502
  572. -- title width / last selected line: 0
  573. -- icon id / first selected line: 0 / 0
  574. -- text alignment: 0
  575. -- font id: 3
  576. -- text size: 12
  577. -- style flags: 0
  578. -- line height: 16
  579. -- part name: unext
  580.  
  581.  
  582. -- part 32 (field)
  583. -- low flags: 80
  584. -- high flags: 0002
  585. -- rect: left=8 top=124 right=230 bottom=502
  586. -- title width / last selected line: 0
  587. -- icon id / first selected line: 0 / 0
  588. -- text alignment: 0
  589. -- font id: 3
  590. -- text size: 12
  591. -- style flags: 0
  592. -- line height: 16
  593. -- part name: print
  594.  
  595.  
  596. -- part 33 (field)
  597. -- low flags: 80
  598. -- high flags: 0002
  599. -- rect: left=8 top=124 right=230 bottom=502
  600. -- title width / last selected line: 0
  601. -- icon id / first selected line: 0 / 0
  602. -- text alignment: 0
  603. -- font id: 3
  604. -- text size: 12
  605. -- style flags: 0
  606. -- line height: 16
  607. -- part name: help
  608.  
  609.  
  610. -- part 34 (field)
  611. -- low flags: 80
  612. -- high flags: 0002
  613. -- rect: left=8 top=124 right=230 bottom=502
  614. -- title width / last selected line: 0
  615. -- icon id / first selected line: 0 / 0
  616. -- text alignment: 0
  617. -- font id: 3
  618. -- text size: 12
  619. -- style flags: 0
  620. -- line height: 16
  621. -- part name: sort
  622.  
  623.  
  624. -- part 35 (field)
  625. -- low flags: 80
  626. -- high flags: 0002
  627. -- rect: left=8 top=124 right=230 bottom=502
  628. -- title width / last selected line: 0
  629. -- icon id / first selected line: 0 / 0
  630. -- text alignment: 0
  631. -- font id: 3
  632. -- text size: 12
  633. -- style flags: 0
  634. -- line height: 16
  635. -- part name: master
  636.  
  637.  
  638. -- part 36 (field)
  639. -- low flags: 80
  640. -- high flags: 0002
  641. -- rect: left=8 top=124 right=230 bottom=502
  642. -- title width / last selected line: 0
  643. -- icon id / first selected line: 0 / 0
  644. -- text alignment: 0
  645. -- font id: 3
  646. -- text size: 12
  647. -- style flags: 0
  648. -- line height: 16
  649. -- part name: lprev
  650.  
  651.  
  652. -- part 37 (field)
  653. -- low flags: 80
  654. -- high flags: 0002
  655. -- rect: left=8 top=124 right=230 bottom=502
  656. -- title width / last selected line: 0
  657. -- icon id / first selected line: 0 / 0
  658. -- text alignment: 0
  659. -- font id: 3
  660. -- text size: 12
  661. -- style flags: 0
  662. -- line height: 16
  663. -- part name: lnext
  664.  
  665.  
  666. -- part 38 (button)
  667. -- low flags: 00
  668. -- high flags: 0000
  669. -- rect: left=133 top=302 right=340 bottom=178
  670. -- title width / last selected line: 0
  671. -- icon id / first selected line: 0 / 0
  672. -- text alignment: 1
  673. -- font id: 0
  674. -- text size: 12
  675. -- style flags: 0
  676. -- line height: 16
  677. -- part name: LP
  678. ----- HyperTalk script -----
  679. on mouseUp
  680.   global thisname
  681.   put name of me into thisname
  682.   doProcess
  683. end mouseUp
  684.  
  685.  
  686.  
  687. -- part 40 (button)
  688. -- low flags: 00
  689. -- high flags: 2000
  690. -- rect: left=405 top=70 right=120 bottom=502
  691. -- title width / last selected line: 0
  692. -- icon id / first selected line: 0 / 0
  693. -- text alignment: 1
  694. -- font id: 0
  695. -- text size: 12
  696. -- style flags: 0
  697. -- line height: 16
  698. -- part name: return
  699. ----- HyperTalk script -----
  700. on mouseUp
  701.   pop card
  702. end mouseUp
  703.  
  704.  
  705.  
  706. -- part 44 (field)
  707. -- low flags: 01
  708. -- high flags: 0000
  709. -- rect: left=0 top=124 right=241 bottom=512
  710. -- title width / last selected line: 0
  711. -- icon id / first selected line: 0 / 0
  712. -- text alignment: 0
  713. -- font id: 3
  714. -- text size: 12
  715. -- style flags: 0
  716. -- line height: 16
  717. -- part name: cover
  718.  
  719.  
  720. -- part contents for card part 1
  721. ----- text -----
  722. Click on a Control Panel button below to see a description of its function.  Click on the Return button on the right to return back to original card.
  723.  
  724. -- part contents for card part 2
  725. ----- text -----
  726. return
  727.  
  728. -- part contents for card part 20
  729. ----- text -----
  730. POWER button
  731.  
  732. calls dialog box to exit to finder, home card, or to cancel.
  733.  
  734. -- part contents for card part 21
  735. ----- text -----
  736. CD button
  737.  
  738. Will take user to CD section of library.  If it is activated while in the CD section, it will give the number of CD entries currently in the library.
  739.  
  740. -- part contents for card part 22
  741. ----- text -----
  742. LP button
  743.  
  744. Will take user to LP section of library.  If it is activated while in the LP section, it will give the number of LP entries currently in the library.
  745.  
  746. -- part contents for card part 23
  747. ----- text -----
  748. TAPE button
  749.  
  750. Will take user to TAPE section of library.  If it is activated while in the TAPE section, it will give the number of TAPE entries currently in the library.
  751.  
  752.  
  753.  
  754. -- part contents for card part 25
  755. ----- text -----
  756. VIDEO button
  757.  
  758. Will take user to VIDEO section of library.  If it is activated while in the VIDEO section, it will give the number of VIDEO entries currently in the library.
  759.  
  760. -- part contents for card part 26
  761. ----- text -----
  762. DELETE button
  763.  
  764. This button will call for a confirmation to delete the current card.
  765.  
  766. -- part contents for card part 27
  767. ----- text -----
  768. RECORD NEW button
  769.  
  770. This button will create a new card of the same media of the current section.
  771.  
  772. -- part contents for card part 28
  773. ----- text -----
  774. SEARCH button
  775.  
  776. Will prompt user for a keyword to search.  Note that HyperCard may stop on a card that does not have a visible field such as different volume from the current displayed one.  Check other volumes for the keyword you are searching for.
  777.  
  778. -- part contents for card part 29
  779. ----- text -----
  780. PLAY button
  781.  
  782. Calls option to show cards in current media or all cards in the library.
  783.  
  784. -- part contents for card part 30
  785. ----- text -----
  786. UNIVERSAL SKIP PREVIOUS button
  787.  
  788. Will skip to the previous card of the library regardless of media.
  789.  
  790.  
  791. -- part contents for card part 31
  792. ----- text -----
  793. UNIVERSAL SKIP NEXT button
  794.  
  795. Will skip to the next card of the library regardless of media.
  796.  
  797. -- part contents for card part 32
  798. ----- text -----
  799. PRINT button
  800.  
  801. Calls options for printing the stack, report, or current card.
  802.  
  803.  
  804. -- part contents for card part 33
  805. ----- text -----
  806. LOCAL HELP button
  807.  
  808. Will call help for the local card type.
  809.  
  810. -- part contents for card part 34
  811. ----- text -----
  812. SORT button
  813.  
  814. Calls options for sorting the entire stack.  User is presented seven options from which six must be chosen in order of priority.  Each card is sorted by Volume I only.  Tapes are sorted by side A of Volume I.  Sorts on the artist key are done according to last name.
  815.  
  816.  
  817. -- part contents for card part 35
  818. ----- text -----
  819. GO TO MASTER CONTROL button
  820.  
  821. Goes to the master control panel of AudioVideo Library.
  822.  
  823.  
  824. -- part contents for card part 36
  825. ----- text -----
  826. LOCAL SKIP PREVIOUS button
  827.  
  828. Will skip to the previous card of current media.
  829.  
  830. -- part contents for card part 37
  831. ----- text -----
  832. LOCAL SKIP NEXT button
  833.  
  834. Will skip to the next card of current media.